home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WAVEPOOL.ARJ / BAT.WPL < prev    next >
Text File  |  1992-04-08  |  279b  |  21 lines

  1.  
  2. #
  3. #       BAT Wavepool program
  4. #
  5. #       Copyright 1992, Data Assist, Inc.
  6. #
  7.  
  8. BEGIN {
  9.     screate("bat.sou")
  10.  
  11.     for (x=12000; x>=1400; x=x-100) {
  12.         sinwave2(x, x-100, 55);
  13.         quiet(5);
  14.     }
  15.     sclose(0);
  16.     sndvoc("bat.sou", "bat.voc");
  17. }
  18.  
  19.  
  20.  
  21.